From: Daniel Martín Date: Sun, 14 Nov 2021 14:30:52 +0000 (+0100) Subject: Fix semantic-symref-perform-search doc string X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~323 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=85ac0efe7c;p=emacs.git Fix semantic-symref-perform-search doc string * lisp/cedet/semantic/symref/cscope.el (semantic-symref-perform-search): Fix the docstring to refer to the correct tool (bug#51846). --- diff --git a/lisp/cedet/semantic/symref/cscope.el b/lisp/cedet/semantic/symref/cscope.el index e63b7a7e914..bc3f4a248b7 100644 --- a/lisp/cedet/semantic/symref/cscope.el +++ b/lisp/cedet/semantic/symref/cscope.el @@ -43,7 +43,7 @@ the hit list. See the function `cedet-cscope-search' for more details.") (cl-defmethod semantic-symref-perform-search ((tool semantic-symref-tool-cscope)) - "Perform a search with GNU Global." + "Perform a search with CScope." (let* ((rootproj (when (and (featurep 'ede) ede-minor-mode) (ede-toplevel))) (default-directory (if rootproj